object clForm: TclForm Left = 286 Top = 130 Width = 112 Height = 84 Caption = 'Cluster' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object clTimer: TTimer Interval = 30000 OnTimer = clTimerTimer Left = 40 Top = 16 end end